home *** CD-ROM | disk | FTP | other *** search
/ CD Action 72 - Disc 2 / cdaction-72-2.iso / #bonus / bonus 1.exe / programy / mightywriter121.exe / cdwriter.exe / 0 / RCDATA / TABOUTFORM / TABOUTFORM.txt < prev   
Text File  |  2000-11-17  |  2KB  |  103 lines

  1. object AboutForm: TAboutForm
  2.   Left = 370
  3.   Top = 269
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 127
  8.   ClientWidth = 399
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   Icon.Data = {<image000.ico>}
  17.   OldCreateOrder = True
  18.   Position = poOwnerFormCenter
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 110
  25.     Height = 127
  26.     Align = alLeft
  27.     AutoSize = True
  28.     Center = True
  29.     Picture.Data = {<image001.bmp>}
  30.   end
  31.   object Label2: TLabel
  32.     Left = 120
  33.     Top = 48
  34.     Width = 99
  35.     Height = 16
  36.     Caption = 'Copyright ∩┐╜ 2000'
  37.     Font.Charset = DEFAULT_CHARSET
  38.     Font.Color = clBlack
  39.     Font.Height = -13
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = []
  42.     ParentFont = False
  43.     Transparent = True
  44.   end
  45.   object Title: TLabel
  46.     Left = 120
  47.     Top = 8
  48.     Width = 6
  49.     Height = 20
  50.     Font.Charset = DEFAULT_CHARSET
  51.     Font.Color = clBlack
  52.     Font.Height = -16
  53.     Font.Name = 'MS Sans Serif'
  54.     Font.Style = [fsBold]
  55.     ParentFont = False
  56.     Transparent = True
  57.   end
  58.   object Label15: TLabel
  59.     Left = 72
  60.     Top = 177
  61.     Width = 3
  62.     Height = 13
  63.     Font.Charset = DEFAULT_CHARSET
  64.     Font.Color = clBlack
  65.     Font.Height = -11
  66.     Font.Name = 'MS Sans Serif'
  67.     Font.Style = []
  68.     ParentFont = False
  69.     Transparent = True
  70.   end
  71.   object Label5: TLabel
  72.     Left = 224
  73.     Top = 48
  74.     Width = 165
  75.     Height = 16
  76.     Cursor = crHandPoint
  77.     Hint = 'http://www.poikosoft.com'
  78.     Caption = 'Jukka Poikolainen Software'
  79.     Font.Charset = DEFAULT_CHARSET
  80.     Font.Color = clBlue
  81.     Font.Height = -13
  82.     Font.Name = 'MS Sans Serif'
  83.     Font.Style = [fsUnderline]
  84.     ParentFont = False
  85.     Transparent = True
  86.     OnClick = Label5Click
  87.   end
  88.   object Label1: TLabel
  89.     Left = 120
  90.     Top = 28
  91.     Width = 107
  92.     Height = 20
  93.     Caption = 'Version 1.0.0'
  94.     Font.Charset = DEFAULT_CHARSET
  95.     Font.Color = clBlack
  96.     Font.Height = -16
  97.     Font.Name = 'MS Sans Serif'
  98.     Font.Style = [fsBold]
  99.     ParentFont = False
  100.     Transparent = True
  101.   end
  102. end
  103.